Vector4

Vector4, 4 components

extern (C) @nogc nothrow
struct Vector4 {}

Members

Variables

w
float w;

Vector w component

x
float x;

Vector x component

y
float y;

Vector y component

z
float z;

Vector z component

Meta